https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 3f22183d3bffb9754c54f97561ab38652779cdcf authored by Tim Dresser on 24 November 2017, 18:49:58 UTC
Deliver PerformanceEntries when the main thread is idle.
Tip revision: 3f22183
wpt
#!/usr/bin/env python

if __name__ == "__main__":
    from tools.wpt import wpt
    wpt.main()
back to top