| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Espmark is a browser-driven benchmark for ESP8266 and ESP32-family boards. It runs deterministic firmware tests, computes an Espmark score, and can publish results to the public leaderboard.
Official website:
https://espmark.msmeteo.cz
The current public firmware release is 0.2.4.
The easiest path is the web flasher:
You can also build and upload the firmware yourself:
For a serial-only run, open the serial monitor at 115200 baud and use the commands printed by the firmware. Benchmark results are emitted between:
ESPMARK_RESULT_BEGIN
ESPMARK_RESULT_END
Espmark focuses on deterministic core workloads so results can be compared across boards and chip families:
Wi-Fi, Bluetooth, browser speed, USB bridge behavior, and other environment dependent measurements are not part of the headline Espmark score.
arduino/espmark/espmark.ino benchmark firmware source
web/ web UI and lightweight backend
web/firmware/manifest.json web flasher manifest for official builds
web/scoring/ versioned scoring registry
web/boards.json generated board catalog
tests/ backend scoring tests
scripts/ build and catalog helpers
Board and manufacturer names are used only to identify hardware and improve result filtering. Espmark is an independent project and is not affiliated with, endorsed by, sponsored by, or certified by any board or silicon manufacturer unless explicitly stated.
The firmware, benchmark code, scoring registry, tests, scripts, and documentation in this repository are licensed under the Apache License 2.0 unless a file states otherwise.
The Espmark name, logo, visual identity, official website, leaderboard, result database, and brand assets are not licensed under Apache 2.0. They may not be used to imply affiliation, endorsement, sponsorship, certification, or partnership without prior permission.
See LICENSE, NOTICE, and TRADEMARKS.md for details.
| Back | FazBrowse Home | New Git URL |