Skip to content

Commit

Permalink
Testing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
PalumboN committed Jan 7, 2025
1 parent b7fd77f commit 86da635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Read benchmark results
run: |
message=$(cat bench-results.txt)
message=$(cat cat bench-results.txt | tail -n +6)
echo 'RESULTS<<EOF' >> $GITHUB_OUTPUT
echo $message >> $GITHUB_OUTPUT
echo 'EOF' >> $GITHUB_OUTPUT
Expand Down

1 comment on commit 86da635

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark Results

Benchmarks flushEvents 1) empty 2) visuals_1 3) visuals_100 4) ticks_1 5) ticks_100 6) onCollide_1 7) onCollide_100 ┌─────────┬───────────────┬─────────────────┬────────────────────┬────────────┐ │ (index) │ message │ fqn │ time │ iterations │ ├─────────┼───────────────┼─────────────────┼────────────────────┼────────────┤ │ 0 │ 'flushEvents' │ 'empty' │ 0.7268037666678234 │ 30 │ │ 1 │ 'flushEvents' │ 'visuals_1' │ 0.5802159666660979 │ 30 │ │ 2 │ 'flushEvents' │ 'visuals_100' │ 0.6410727999983161 │ 30 │ │ 3 │ 'flushEvents' │ 'ticks_1' │ 1.4362467666641654 │ 30 │ │ 4 │ 'flushEvents' │ 'ticks_100' │ 71.13746126666665 │ 30 │ │ 5 │ 'flushEvents' │ 'onCollide_1' │ 1.3414643333322602 │ 30 │ │ 6 │ 'flushEvents' │ 'onCollide_100' │ 75.62848096666954 │ 30 │ └─────────┴───────────────┴─────────────────┴────────────────────┴────────────┘ 0 passing (2m) 7 failing 1) Benchmarks flushEvents empty: AssertionError: expected 0.7268037666678234 to be close to 0.55 +/- 0.1 at Context.<anonymous> (test/benchmarks.ts:37:24) 2) Benchmarks flushEvents visuals_1: AssertionError: expected 0.5802159666660979 to be close to 0.4 +/- 0.1 at Context.<anonymous> (test/benchmarks.ts:37:24) 3) Benchmarks flushEvents visuals_100: AssertionError: expected 0.6410727999983161 to be close to 0.3 +/- 0.1 at Context.<anonymous> (test/benchmarks.ts:37:24) 4) Benchmarks flushEvents ticks_1: AssertionError: expected 1.4362467666641654 to be close to 0.8 +/- 0.1 at Context.<anonymous> (test/benchmarks.ts:37:24) 5) Benchmarks flushEvents ticks_100: AssertionError: expected 71.13746126666665 to be close to 44 +/- 4.4 at Context.<anonymous> (test/benchmarks.ts:37:24) 6) Benchmarks flushEvents onCollide_1: AssertionError: expected 1.3414643333322602 to be close to 0.8 +/- 0.1 at Context.<anonymous> (test/benchmarks.ts:37:24) 7) Benchmarks flushEvents onCollide_100: AssertionError: expected 75.62848096666954 to be close to 44 +/- 4.4 at Context.<anonymous> (test/benchmarks.ts:37:24)

Benchmark Results 2

Benchmarks flushEvents 1) empty 2) visuals_1 3) visuals_100 4) ticks_1 5) ticks_100 6) onCollide_1 7) onCollide_100 ┌─────────┬───────────────┬─────────────────┬────────────────────┬────────────┐ │ (index) │ message │ fqn │ time │ iterations │ ├─────────┼───────────────┼─────────────────┼────────────────────┼────────────┤ │ 0 │ 'flushEvents' │ 'empty' │ 0.7268037666678234 │ 30 │ │ 1 │ 'flushEvents' │ 'visuals_1' │ 0.5802159666660979 │ 30 │ │ 2 │ 'flushEvents' │ 'visuals_100' │ 0.6410727999983161 │ 30 │ │ 3 │ 'flushEvents' │ 'ticks_1' │ 1.4362467666641654 │ 30 │ │ 4 │ 'flushEvents' │ 'ticks_100' │ 71.13746126666665 │ 30 │ │ 5 │ 'flushEvents' │ 'onCollide_1' │ 1.3414643333322602 │ 30 │ │ 6 │ 'flushEvents' │ 'onCollide_100' │ 75.62848096666954 │ 30 │ └─────────┴───────────────┴─────────────────┴────────────────────┴────────────┘ 0 passing (2m) 7 failing 1) Benchmarks flushEvents empty: AssertionError: expected 0.7268037666678234 to be close to 0.55 +/- 0.1 at Context. (test/benchmarks.ts:37:24) 2) Benchmarks flushEvents visuals_1: AssertionError: expected 0.5802159666660979 to be close to 0.4 +/- 0.1 at Context. (test/benchmarks.ts:37:24) 3) Benchmarks flushEvents visuals_100: AssertionError: expected 0.6410727999983161 to be close to 0.3 +/- 0.1 at Context. (test/benchmarks.ts:37:24) 4) Benchmarks flushEvents ticks_1: AssertionError: expected 1.4362467666641654 to be close to 0.8 +/- 0.1 at Context. (test/benchmarks.ts:37:24) 5) Benchmarks flushEvents ticks_100: AssertionError: expected 71.13746126666665 to be close to 44 +/- 4.4 at Context. (test/benchmarks.ts:37:24) 6) Benchmarks flushEvents onCollide_1: AssertionError: expected 1.3414643333322602 to be close to 0.8 +/- 0.1 at Context. (test/benchmarks.ts:37:24) 7) Benchmarks flushEvents onCollide_100: AssertionError: expected 75.62848096666954 to be close to 44 +/- 4.4 at Context. (test/benchmarks.ts:37:24)

Please sign in to comment.