Skip to content

Commit

Permalink
docs: correct bun results
Browse files Browse the repository at this point in the history
  • Loading branch information
spurreiter committed Dec 2, 2024
1 parent e6904c8 commit ce7a529
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Lower values are better.
| go | 29M | 261M | 2571M |
| java | 93M | 170M | 1001M |
| nodejs | 26M | 107M | 666M |
| bun | 22M | 99M | 830M |
| bun | 22M | 69M | 541M |
| deno | 35M | 132M | 891M |
| python | 27M | 139M | 1258M |
| rust_async_std | 8M | 53M | 501M |
Expand Down
2 changes: 1 addition & 1 deletion results.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Lower values are better.
| go | 29M | 261M | 2571M |
| java | 93M | 170M | 1001M |
| nodejs | 26M | 107M | 666M |
| bun | 22M | 99M | 830M |
| bun | 22M | 69M | 541M |
| deno | 35M | 132M | 891M |
| python | 27M | 139M | 1258M |
| rust_async_std | 8M | 53M | 501M |
Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ _rust_tokio () {
}

_all () {
for cmd in dotnet elixir go java nodejs python rust_async_std rust_futures rust_tokio; do
for cmd in dotnet elixir go java nodejs bun deno python rust_async_std rust_futures rust_tokio; do
echo === $cmd ===
./run.sh $cmd $parallel
done
Expand Down

0 comments on commit ce7a529

Please sign in to comment.