quick-bench-front-end
quick-bench-front-end copied to clipboard
Front end side of quick-bench
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2. Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2 (2022-11-11) Bug Fixes ReDoS problem (#226) (17cbf8f) v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34)...
Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Add a disassemblyOption option to the others that are communicated back/forth with the BE to control whether an annotated perf is recorded. If that perf is annotated and recorded, allow...
The "Open in CE" button breaks for large sources when the generated URL exceeds ~8000 characters. It'd be great if quickbench could use CE full links so that this button...
Essentially: Expose the UI support for the following feature in `perf`: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=f69b64f73e1d7f47a9205c1cd46e0e1c3c65e1cd The underlying support exists in `objdump` (which is used by `perf` itself): https://lkml.org/lkml/2011/9/29/482 For example, `perf report -M...
Using MacOS Safari Version 13.1.1 (15609.2.9.1.2) The code editor is heighted 5px only when I open quick-bench. I can temporarily fix this in the development console by modifying the height...
For Gcc 10 coroutines is enabled via command line option -fcoroutines and would be nice to have turned on. Alternative/and would be adding Gcc 11 compiler which has the feature...
There's too much inertia when trying to scroll in Android Chrome, such as on a Pixel 4 XL smartphone. As a workaround, desktop mode behaves better.
Because of the ## magic that you use in the BENCKMARK macro, for the example below I had to introduce two temporary variables `TestList` and `TestDeque` to pass them into...
Thanks for this wonderful tool! I wanted to [benchmark std::floor()](https://quick-bench.com/q/WsDSeveQ42goMYqP68DjSvIg4F0), but the compiler removes the code making the benchmark pointless. Would it be possible to have two tabs, one as...