Skip to content

Commit 5af1bf5

Browse files
author
github-action-benchmark
committed
add Benchmark (go) benchmark result for a7da78b
1 parent d14a1a6 commit 5af1bf5

File tree

1 file changed

+145
-1
lines changed

1 file changed

+145
-1
lines changed

dev/bench/data.js

Lines changed: 145 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1752641384313,
2+
"lastUpdate": 1752832304681,
33
"repoUrl": "https://github.com/voidrunnerhq/voidrunner",
44
"entries": {
55
"Benchmark": [
@@ -1730,6 +1730,150 @@ window.BENCHMARK_DATA = {
17301730
"extra": "2978773 times\n4 procs"
17311731
}
17321732
]
1733+
},
1734+
{
1735+
"commit": {
1736+
"author": {
1737+
"email": "starbops@zespre.com",
1738+
"name": "Zespre Schmidt",
1739+
"username": "starbops"
1740+
},
1741+
"committer": {
1742+
"email": "starbops@hey.com",
1743+
"name": "Zespre Chang",
1744+
"username": "starbops"
1745+
},
1746+
"distinct": true,
1747+
"id": "a7da78b179c5ca500ba863d592e6c4fbe2fc6794",
1748+
"message": "fix(docker): standardize Docker Compose and environment configurations\n\n- Resolve inconsistencies between docker-compose.yml, docker-compose.dev.yml, and docker-compose.test.yml\n- Fix PostgreSQL image consistency (use postgres:17-alpine across all environments)\n- Add network configuration to test environment with voidrunner-test network\n- Resolve port conflicts by using different ports for test services (5433, 6380)\n- Convert hardcoded values in development file to environment variables with defaults\n- Add resource limits to test services for consistency\n- Fix health check credentials to match environment configurations\n- Standardize Redis configuration with environment variables across environments\n- Add missing environment variables (EMBEDDED_WORKERS, SERVER_HOST, SERVER_PORT) to development\n- Add POSTGRES_INITDB_ARGS to development and test environments for consistency\n- Add explicit volume drivers to test environment\n\nEnvironment Template Updates:\n- Completely rewrite .env.example with comprehensive variable documentation\n- Create .env.test.example for test environment with test-specific ports and settings\n- Create .env.production.example with production security guidelines\n- Update .gitignore to include new environment files (.env.test, .env.production)\n- Add detailed comments explaining environment-specific configurations\n- Include security checklists and deployment guidelines\n\nThis ensures consistent configuration across all environments and provides\nclear templates for developers to set up their local environments properly.\n\n🤖 Generated with [Claude Code](https://claude.ai/code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
1749+
"timestamp": "2025-07-18T17:50:29+08:00",
1750+
"tree_id": "5273eadc05686d0ede16de6bcdb7c59f7445e67a",
1751+
"url": "https://github.com/voidrunnerhq/voidrunner/commit/a7da78b179c5ca500ba863d592e6c4fbe2fc6794"
1752+
},
1753+
"date": 1752832304173,
1754+
"tool": "go",
1755+
"benches": [
1756+
{
1757+
"name": "BenchmarkDocsHandler_GetAPIIndex",
1758+
"value": 3595,
1759+
"unit": "ns/op\t 16897 B/op\t 29 allocs/op",
1760+
"extra": "301874 times\n4 procs"
1761+
},
1762+
{
1763+
"name": "BenchmarkDocsHandler_GetAPIIndex - ns/op",
1764+
"value": 3595,
1765+
"unit": "ns/op",
1766+
"extra": "301874 times\n4 procs"
1767+
},
1768+
{
1769+
"name": "BenchmarkDocsHandler_GetAPIIndex - B/op",
1770+
"value": 16897,
1771+
"unit": "B/op",
1772+
"extra": "301874 times\n4 procs"
1773+
},
1774+
{
1775+
"name": "BenchmarkDocsHandler_GetAPIIndex - allocs/op",
1776+
"value": 29,
1777+
"unit": "allocs/op",
1778+
"extra": "301874 times\n4 procs"
1779+
},
1780+
{
1781+
"name": "BenchmarkDocsHandler_RedirectToSwaggerUI",
1782+
"value": 3122,
1783+
"unit": "ns/op\t 7449 B/op\t 33 allocs/op",
1784+
"extra": "335280 times\n4 procs"
1785+
},
1786+
{
1787+
"name": "BenchmarkDocsHandler_RedirectToSwaggerUI - ns/op",
1788+
"value": 3122,
1789+
"unit": "ns/op",
1790+
"extra": "335280 times\n4 procs"
1791+
},
1792+
{
1793+
"name": "BenchmarkDocsHandler_RedirectToSwaggerUI - B/op",
1794+
"value": 7449,
1795+
"unit": "B/op",
1796+
"extra": "335280 times\n4 procs"
1797+
},
1798+
{
1799+
"name": "BenchmarkDocsHandler_RedirectToSwaggerUI - allocs/op",
1800+
"value": 33,
1801+
"unit": "allocs/op",
1802+
"extra": "335280 times\n4 procs"
1803+
},
1804+
{
1805+
"name": "BenchmarkSetup",
1806+
"value": 197742,
1807+
"unit": "ns/op\t 106296 B/op\t 1458 allocs/op",
1808+
"extra": "5551 times\n4 procs"
1809+
},
1810+
{
1811+
"name": "BenchmarkSetup - ns/op",
1812+
"value": 197742,
1813+
"unit": "ns/op",
1814+
"extra": "5551 times\n4 procs"
1815+
},
1816+
{
1817+
"name": "BenchmarkSetup - B/op",
1818+
"value": 106296,
1819+
"unit": "B/op",
1820+
"extra": "5551 times\n4 procs"
1821+
},
1822+
{
1823+
"name": "BenchmarkSetup - allocs/op",
1824+
"value": 1458,
1825+
"unit": "allocs/op",
1826+
"extra": "5551 times\n4 procs"
1827+
},
1828+
{
1829+
"name": "BenchmarkLogger_New",
1830+
"value": 147.7,
1831+
"unit": "ns/op\t 184 B/op\t 5 allocs/op",
1832+
"extra": "7937719 times\n4 procs"
1833+
},
1834+
{
1835+
"name": "BenchmarkLogger_New - ns/op",
1836+
"value": 147.7,
1837+
"unit": "ns/op",
1838+
"extra": "7937719 times\n4 procs"
1839+
},
1840+
{
1841+
"name": "BenchmarkLogger_New - B/op",
1842+
"value": 184,
1843+
"unit": "B/op",
1844+
"extra": "7937719 times\n4 procs"
1845+
},
1846+
{
1847+
"name": "BenchmarkLogger_New - allocs/op",
1848+
"value": 5,
1849+
"unit": "allocs/op",
1850+
"extra": "7937719 times\n4 procs"
1851+
},
1852+
{
1853+
"name": "BenchmarkLogger_WithRequestID",
1854+
"value": 423.3,
1855+
"unit": "ns/op\t 288 B/op\t 8 allocs/op",
1856+
"extra": "2838343 times\n4 procs"
1857+
},
1858+
{
1859+
"name": "BenchmarkLogger_WithRequestID - ns/op",
1860+
"value": 423.3,
1861+
"unit": "ns/op",
1862+
"extra": "2838343 times\n4 procs"
1863+
},
1864+
{
1865+
"name": "BenchmarkLogger_WithRequestID - B/op",
1866+
"value": 288,
1867+
"unit": "B/op",
1868+
"extra": "2838343 times\n4 procs"
1869+
},
1870+
{
1871+
"name": "BenchmarkLogger_WithRequestID - allocs/op",
1872+
"value": 8,
1873+
"unit": "allocs/op",
1874+
"extra": "2838343 times\n4 procs"
1875+
}
1876+
]
17331877
}
17341878
]
17351879
}

0 commit comments

Comments
 (0)