A(nother) HTTP benchmarking tool
Description
- Swift Tools 5.10.0
Description
{ "name": "ohje", "path": "/usr/src/package", "targets": [ { "name": "OhjeTests", "path": "Tests", "type": "test", "c99name": "OhjeTests", "sources": [ "RangeParserTests.swift" ], "module_type": "SwiftTarget", "target_dependencies": [ "Ohje" ] }, { "name": "Ohje", "path": "Sources", "type": "executable", "c99name": "Ohje", "sources": [ "App.swift", "AsyncTimerSequence.swift", "BenchmarkRunner.swift", "ConnectionTarget.swift", "ConnectionTargetBootstrap.swift", "OutputBuffer.swift", "RangeParser.swift", "URLDeconstruction.swift", "Units.swift" ], "module_type": "SwiftTarget", "product_memberships": [ "Ohje" ], "product_dependencies": [ "ArgumentParser", "NIOCore", "NIOPosix", "NIOHTTP1", "NIOHTTP2", "NIOTransportServices", "NIOSSL", "Histogram" ] } ], "products": [ { "name": "Ohje", "type": { "executable": null }, "targets": [ "Ohje" ] } ], "platforms": [ { "name": "macos", "version": "14.0" } ], "dependencies": [ { "url": "https://github.com/apple/swift-argument-parser.git", "type": "sourceControl", "identity": "swift-argument-parser", "requirement": { "range": [ { "lower_bound": "1.2.0", "upper_bound": "2.0.0" } ] } }, { "url": "https://github.com/apple/swift-nio.git", "type": "sourceControl", "identity": "swift-nio", "requirement": { "range": [ { "lower_bound": "2.0.0", "upper_bound": "3.0.0" } ] } }, { "url": "https://github.com/apple/swift-nio-http2.git", "type": "sourceControl", "identity": "swift-nio-http2", "requirement": { "range": [ { "lower_bound": "1.0.0", "upper_bound": "2.0.0" } ] } }, { "url": "https://github.com/apple/swift-nio-transport-services.git", "type": "sourceControl", "identity": "swift-nio-transport-services", "requirement": { "range": [ { "lower_bound": "1.19.0", "upper_bound": "2.0.0" } ] } }, { "url": "https://github.com/apple/swift-nio-ssl.git", "type": "sourceControl", "identity": "swift-nio-ssl", "requirement": { "range": [ { "lower_bound": "2.25.0", "upper_bound": "3.0.0" } ] } }, { "url": "https://github.com/ordo-one/package-histogram.git", "type": "sourceControl", "identity": "package-histogram", "requirement": { "range": [ { "lower_bound": "0.1.0", "upper_bound": "1.0.0" } ] } } ], "tools_version": "5.10", "manifest_display_name": "ohje" }
Package Dump
{ "name": "ohje", "targets": [ { "name": "Ohje", "type": "executable", "exclude": [], "settings": [ { "kind": { "enableUpcomingFeature": { "_0": "BareSlashRegexLiterals" } }, "tool": "swift" } ], "resources": [], "dependencies": [ { "product": [ "ArgumentParser", "swift-argument-parser", null, null ] }, { "product": [ "NIOCore", "swift-nio", null, null ] }, { "product": [ "NIOPosix", "swift-nio", null, null ] }, { "product": [ "NIOHTTP1", "swift-nio", null, null ] }, { "product": [ "NIOHTTP2", "swift-nio-http2", null, null ] }, { "product": [ "NIOTransportServices", "swift-nio-transport-services", null, null ] }, { "product": [ "NIOSSL", "swift-nio-ssl", null, null ] }, { "product": [ "Histogram", "package-histogram", null, null ] } ], "packageAccess": true }, { "name": "OhjeTests", "type": "test", "exclude": [], "settings": [], "resources": [], "dependencies": [ { "byName": [ "Ohje", null ] } ], "packageAccess": true } ], "products": [], "pkgConfig": null, "platforms": [ { "options": [], "version": "14.0", "platformName": "macos" } ], "providers": null, "packageKind": { "root": [ "/usr/src/package" ] }, "dependencies": [ { "sourceControl": [ { "identity": "swift-argument-parser", "location": { "remote": [ { "urlString": "https://github.com/apple/swift-argument-parser.git" } ] }, "requirement": { "range": [ { "lowerBound": "1.2.0", "upperBound": "2.0.0" } ] }, "productFilter": null } ] }, { "sourceControl": [ { "identity": "swift-nio", "location": { "remote": [ { "urlString": "https://github.com/apple/swift-nio.git" } ] }, "requirement": { "range": [ { "lowerBound": "2.0.0", "upperBound": "3.0.0" } ] }, "productFilter": null } ] }, { "sourceControl": [ { "identity": "swift-nio-http2", "location": { "remote": [ { "urlString": "https://github.com/apple/swift-nio-http2.git" } ] }, "requirement": { "range": [ { "lowerBound": "1.0.0", "upperBound": "2.0.0" } ] }, "productFilter": null } ] }, { "sourceControl": [ { "identity": "swift-nio-transport-services", "location": { "remote": [ { "urlString": "https://github.com/apple/swift-nio-transport-services.git" } ] }, "requirement": { "range": [ { "lowerBound": "1.19.0", "upperBound": "2.0.0" } ] }, "productFilter": null } ] }, { "sourceControl": [ { "identity": "swift-nio-ssl", "location": { "remote": [ { "urlString": "https://github.com/apple/swift-nio-ssl.git" } ] }, "requirement": { "range": [ { "lowerBound": "2.25.0", "upperBound": "3.0.0" } ] }, "productFilter": null } ] }, { "sourceControl": [ { "identity": "package-histogram", "location": { "remote": [ { "urlString": "https://github.com/ordo-one/package-histogram.git" } ] }, "requirement": { "range": [ { "lowerBound": "0.1.0", "upperBound": "1.0.0" } ] }, "productFilter": null } ] } ], "toolsVersion": { "_version": "5.10.0" }, "cLanguageStandard": null, "cxxLanguageStandard": null, "swiftLanguageVersions": null }
Dependencies
- swift-argument-parser1.3.1
- swift-nio2.65.0
- swift-nio-http21.31.0
- swift-nio-transport-services1.21.0
- swift-nio-ssl2.26.0
- package-histogram0.1.2
Dependencies
{ "url": "/usr/src/package", "name": "ohje", "path": "/usr/src/package", "version": "unspecified", "identity": "package", "dependencies": [ { "url": "https://github.com/apple/swift-argument-parser.git", "name": "swift-argument-parser", "path": "/usr/src/package/.build/checkouts/swift-argument-parser", "version": "1.3.1", "identity": "swift-argument-parser", "dependencies": [] }, { "url": "https://github.com/apple/swift-nio.git", "name": "swift-nio", "path": "/usr/src/package/.build/checkouts/swift-nio", "version": "2.65.0", "identity": "swift-nio", "dependencies": [ { "url": "https://github.com/apple/swift-atomics.git", "name": "swift-atomics", "path": "/usr/src/package/.build/checkouts/swift-atomics", "version": "1.2.0", "identity": "swift-atomics", "dependencies": [] }, { "url": "https://github.com/apple/swift-collections.git", "name": "swift-collections", "path": "/usr/src/package/.build/checkouts/swift-collections", "version": "1.1.0", "identity": "swift-collections", "dependencies": [] }, { "url": "https://github.com/apple/swift-system.git", "name": "swift-system", "path": "/usr/src/package/.build/checkouts/swift-system", "version": "1.2.1", "identity": "swift-system", "dependencies": [] } ] }, { "url": "https://github.com/apple/swift-nio-http2.git", "name": "swift-nio-http2", "path": "/usr/src/package/.build/checkouts/swift-nio-http2", "version": "1.31.0", "identity": "swift-nio-http2", "dependencies": [ { "url": "https://github.com/apple/swift-nio.git", "name": "swift-nio", "path": "/usr/src/package/.build/checkouts/swift-nio", "version": "2.65.0", "identity": "swift-nio", "dependencies": [ { "url": "https://github.com/apple/swift-atomics.git", "name": "swift-atomics", "path": "/usr/src/package/.build/checkouts/swift-atomics", "version": "1.2.0", "identity": "swift-atomics", "dependencies": [] }, { "url": "https://github.com/apple/swift-collections.git", "name": "swift-collections", "path": "/usr/src/package/.build/checkouts/swift-collections", "version": "1.1.0", "identity": "swift-collections", "dependencies": [] }, { "url": "https://github.com/apple/swift-system.git", "name": "swift-system", "path": "/usr/src/package/.build/checkouts/swift-system", "version": "1.2.1", "identity": "swift-system", "dependencies": [] } ] }, { "url": "https://github.com/apple/swift-atomics.git", "name": "swift-atomics", "path": "/usr/src/package/.build/checkouts/swift-atomics", "version": "1.2.0", "identity": "swift-atomics", "dependencies": [] } ] }, { "url": "https://github.com/apple/swift-nio-transport-services.git", "name": "swift-nio-transport-services", "path": "/usr/src/package/.build/checkouts/swift-nio-transport-services", "version": "1.21.0", "identity": "swift-nio-transport-services", "dependencies": [ { "url": "https://github.com/apple/swift-nio.git", "name": "swift-nio", "path": "/usr/src/package/.build/checkouts/swift-nio", "version": "2.65.0", "identity": "swift-nio", "dependencies": [ { "url": "https://github.com/apple/swift-atomics.git", "name": "swift-atomics", "path": "/usr/src/package/.build/checkouts/swift-atomics", "version": "1.2.0", "identity": "swift-atomics", "dependencies": [] }, { "url": "https://github.com/apple/swift-collections.git", "name": "swift-collections", "path": "/usr/src/package/.build/checkouts/swift-collections", "version": "1.1.0", "identity": "swift-collections", "dependencies": [] }, { "url": "https://github.com/apple/swift-system.git", "name": "swift-system", "path": "/usr/src/package/.build/checkouts/swift-system", "version": "1.2.1", "identity": "swift-system", "dependencies": [] } ] }, { "url": "https://github.com/apple/swift-atomics.git", "name": "swift-atomics", "path": "/usr/src/package/.build/checkouts/swift-atomics", "version": "1.2.0", "identity": "swift-atomics", "dependencies": [] } ] }, { "url": "https://github.com/apple/swift-nio-ssl.git", "name": "swift-nio-ssl", "path": "/usr/src/package/.build/checkouts/swift-nio-ssl", "version": "2.26.0", "identity": "swift-nio-ssl", "dependencies": [ { "url": "https://github.com/apple/swift-nio.git", "name": "swift-nio", "path": "/usr/src/package/.build/checkouts/swift-nio", "version": "2.65.0", "identity": "swift-nio", "dependencies": [ { "url": "https://github.com/apple/swift-atomics.git", "name": "swift-atomics", "path": "/usr/src/package/.build/checkouts/swift-atomics", "version": "1.2.0", "identity": "swift-atomics", "dependencies": [] }, { "url": "https://github.com/apple/swift-collections.git", "name": "swift-collections", "path": "/usr/src/package/.build/checkouts/swift-collections", "version": "1.1.0", "identity": "swift-collections", "dependencies": [] }, { "url": "https://github.com/apple/swift-system.git", "name": "swift-system", "path": "/usr/src/package/.build/checkouts/swift-system", "version": "1.2.1", "identity": "swift-system", "dependencies": [] } ] } ] }, { "url": "https://github.com/ordo-one/package-histogram.git", "name": "package-histogram", "path": "/usr/src/package/.build/checkouts/package-histogram", "version": "0.1.2", "identity": "package-histogram", "dependencies": [ { "url": "https://github.com/apple/swift-numerics.git", "name": "swift-numerics", "path": "/usr/src/package/.build/checkouts/swift-numerics", "version": "1.0.2", "identity": "swift-numerics", "dependencies": [] } ] } ] }