https://github.com/tauri-apps/benchmark_electron
https://github.com/tauri-apps/benchmark_electron
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tauri-apps/benchmark_electron
- Owner: tauri-apps
- License: apache-2.0
- Created: 2021-05-18T22:55:40.000Z (about 4 years ago)
- Default Branch: dev
- Last Pushed: 2023-12-15T02:25:58.000Z (over 1 year ago)
- Last Synced: 2024-10-29T15:44:08.205Z (8 months ago)
- Language: Rust
- Size: 424 KB
- Stars: 2
- Watchers: 12
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Benchmarks Results
[](https://discord.gg/SpmNs4S)
[](https://dev.to/tauri)
[](https://tauri.studio/docs/getting-started/intro)
[](https://good-labs.github.io/greater-good-affirmation)
[](https://opencollective.com/tauri)All benchmarks run on Github Actions on `ubuntu-latest` matrix. We measure various metrics of the following applications:
- [electron_cpu_intensive](https://github.com/tauri-apps/benchmark_electron/tree/dev/apps/cpu_intensive)
- [electron_file_transfer](https://github.com/tauri-apps/benchmark_electron/tree/dev/apps/file_transfer)
- [electron_hello_world](https://github.com/tauri-apps/benchmark_electron/tree/dev/apps/hello_world)### Acknowledgement
We would like to thank the authors and contributors to [xplat-challenges](https://github.com/crossplatform-dev/xplat-challenges) for their groundbreaking work where much of the electron code has been taken. Thankyou!!!