typia icon indicating copy to clipboard operation
typia copied to clipboard

Help me benchmark on your device

Open samchon opened this issue 1 year ago • 2 comments

I want to measure benchmark on multiple devices.

If you want to help this typescript-json project, fork, clone and run below commands. After running the benchmark program, a new markdown file would be created under benchmark/results directory following your CPU name. Check the newly generated markdown file and send PR with your new commit.

For reference, if you're running benchmark on notebook, please process the benchmark program on the charging state. Also, all the benchmarked CPUs are listed up into here: samchon/typescript-json/benchmark/results. It's not forbidden to sending duplicated CPU benchmark PR, such duplicated CPU benchmark would be accepted only when the new benchmark performance is better than previous.

  1. Fork
  2. Clone
  3. npm install
  4. npm run benchmark
  5. Send PR
git clone https://github.com/user-github-account/typescript-json
cd typescript-json
npm install
npm run benchmark

samchon avatar Jul 16 '22 06:07 samchon

기존의 벤치마크보다 점수는 낮지만 그래프의 % 비율이 더 높을 경우 PR이 허용되는지 궁금합니다.

ckyeon avatar Jul 17 '22 05:07 ckyeon

@ckyeon 절대 점수가 높아야 합니다.

samchon avatar Jul 22 '22 01:07 samchon