Skip to content

Commit e9d4cde

Browse files
committed
update runtime tests after fixing a performance issue
1 parent 2a72995 commit e9d4cde

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: docs/differences-from-pyodide.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ There are _**two additional approaches**_ to this problem:
3636
- It makes kernel.wasm over 50% larger.
3737
- It takes **a very long time** to run asyncify on python.wasm, e.g.,
3838
with the wasm version of binaryen I gave up after 10\+ minutes. The native
39-
version took 16 minutes to build successfully. The asyncified version takes 42%
40-
longer to run my benchmark suite \(40.5 seconds instead of 28 seconds\). So
41-
asyncify is not a realistic option for a program as complicated as Python, at
42-
least not without more work.
39+
version took 16 minutes to build successfully. The asyncified version takes
40+
over 40% longer to run my benchmark suite \(28 seconds instead of 15
41+
seconds\). So asyncify is not a realistic option for a program as
42+
complicated as Python, at least not without more work.
4343

4444
For node.js by default CoWasm uses posix-node if possible, or falls back to atomics, since they are always supported in node.
4545

0 commit comments

Comments
 (0)